Posts tagged with 'software engineering'

Don't (always) use a Database

December 28, 2020

I was recently having a design conversation with some engineers on my product team. We were discussing the implementation of a feature that dealt with......

Read more →

Tracing and Observability

February 25, 2020

Tracing and Observability

Think back to the last time you checked the tracking information for a package you were expecting to receive. You might have followed a link in your......

Read more →

Moving to GatsbyJS

May 21, 2019

Moving to GatsbyJS

There are lots of tools to build websites freely available to download and use online. You might want to go at it with just plain HTML, CSS, and some......

Read more →

How to Open Source Your Code

April 1, 2019

How to Open Source Your Code

In my last post, I outlined what open source is and presented some steps for how to get involved. Every open source project available today, even......

Read more →

The Wide World of Databases

August 27, 2018

The Wide World of Databases

Working in software, it's easy to get caught up in all the latest and greatest technologies and frameworks. Every other week there seems to be a new......

Read more →

Asynchronous JavaScript

April 1, 2018

Callbacks vs Promises vs Async/Await JavaScript and many other programming languages support an abstraction known as asynchronous execution. What this......

Read more →
← Back to Tag Cloud